CIMEL Movie Functions -- Quick Reference Guide

This file lists the specialized CIMEL functions that are available for the developer to use. The most important thing to note when creating your movies is to start with the newMovieExemplar as a template for your development.

To update earlier movies to the latest standard, please copy the first frame of the textbox layer of newMovieExemplar (including the actionscript) and paste it into the movie to be updated. If you are prompted with a warning about items already existing in the movie, chose the second option to replace them. You should also make sure that the Flash file is published as a Flash 6 (MX) file.


SOUND PLAYBACK FUNCTIONS:

loadSound(localStr, rootStr);

------------------------------------------------------------
loadMultiSound(localStr, rootStr);

------------------------------------------------------------

TEXTBOX RELATED FUNCTIONS:

displayTextBox(); ------------------------------------------------------------
hideTextBox(); ------------------------------------------------------------
showText(str); ------------------------------------------------------------
showTextAndColor(personaStr, textStr); ------------------------------------------------------------
setTextColor(str); ------------------------------------------------------------
setUserTextColor(str); ------------------------------------------------------------
moveTextToXY(x, y); ------------------------------------------------------------
moveTextToXYDefault(); ------------------------------------------------------------

BACKGROUND COLOR FUNCTIONS

changeBkgnd(str) ------------------------------------------------------------

MOVIE NAVIGATION AND CONTROL RELATED FUNCTIONS

_root.goBackward(n) ------------------------------------------------------------
_root.goForward(n) ------------------------------------------------------------
_root.goToMovie(n) ------------------------------------------------------------
_root.EndOfMovie(); ------------------------------------------------------------

Documented by: Shreeram Sahasrabudhe
Return to Main Development Page